home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / w95apps / wsdemo1g / browser.ba_ / browser.ba
Encoding:
Text File  |  1995-04-17  |  481 b   |  14 lines

  1. set of=%OUTPUT_FILE%
  2. echo Content-type: text/plain >%of%
  3. echo. >>%of%
  4. echo The old DOS command interpreter cannot echo angle brackets, so >>%of%
  5. echo you cannot make scripts that generate HTML. >>%of%
  6. echo. >>%of%
  7. echo Your browser reports its name as %USER_AGENT% >>%of%
  8. echo. >> %of%
  9. echo If the name is blank, your browser doesn't send the USER_AGENT:  >> %of%
  10. echo header, or you have the NCSA extra-header compatibility switch  >> %of%
  11. echo turned on.  >> %of%
  12.  
  13.  
  14.